ComponentOne Xamarin Edition
C1GroupCollectionView<S> Constructor
C1.CollectionView Assembly > C1.CollectionView Namespace > C1GroupCollectionView<S> Class : C1GroupCollectionView<S> Constructor
The source.
if set to true the groups will be inline with the items, otherwise the first level will contain groups and the items will be inside each group.
Initializes a new instance of the C1GroupCollectionView<S> class.
Syntax
public C1GroupCollectionView<S>( 
   IEnumerable<S> source,
   bool isPlain
)

Parameters

source
The source.
isPlain
if set to true the groups will be inline with the items, otherwise the first level will contain groups and the items will be inside each group.
See Also

Reference

C1GroupCollectionView<S> Class
C1GroupCollectionView<S> Members